home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / N-O / Not Passing History.cpt / Not Passing History / background_8431.txt < prev    next >
Text File  |  1992-02-09  |  3KB  |  140 lines

  1. -- background: 8431 from stack: in
  2. -- bmap block id: 9498
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Carmina
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   CleanScreen
  9.   pass closeCard
  10. end closeCard
  11.  
  12.  
  13. -- part 9 (field)
  14. -- low flags: 03
  15. -- high flags: 2000
  16. -- rect: left=40 top=46 right=293 bottom=258
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 0
  20. -- font id: 216
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: 
  25.  
  26.  
  27. -- part 17 (field)
  28. -- low flags: 03
  29. -- high flags: 2000
  30. -- rect: left=271 top=46 right=293 bottom=486
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 0
  34. -- font id: 216
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: 
  39.  
  40.  
  41. -- part 18 (button)
  42. -- low flags: 00
  43. -- high flags: 2000
  44. -- rect: left=1 top=308 right=342 bottom=34
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 28961 / 28961
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: 
  53. ----- HyperTalk script -----
  54. on mouseUp
  55.   visual zoom in
  56.   go stack "library"
  57.   if result() is empty then
  58.   else
  59.     beep
  60.   end if
  61. end mouseUp
  62.  
  63.  
  64. -- part 19 (button)
  65. -- low flags: 00
  66. -- high flags: 2000
  67. -- rect: left=1 top=171 right=203 bottom=25
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 28958 / 28958
  70. -- text alignment: 1
  71. -- font id: 216
  72. -- text size: 9
  73. -- style flags: 0
  74. -- line height: 12
  75. -- part name: Latin
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   get last word of id of this cd
  79.   visual dissolve
  80.   if it is  7997 then go cd id 5823
  81.   if it is 10504 then go cd id 5933
  82.   if it is 11791 then go cd id 2191
  83.   if it is 12473 then go cd id 8768
  84. end mouseUp
  85.  
  86.  
  87. -- part 20 (button)
  88. -- low flags: 00
  89. -- high flags: 0000
  90. -- rect: left=451 top=289 right=308 bottom=482
  91. -- title width / last selected line: 0
  92. -- icon id / first selected line: 6720 / 6720
  93. -- text alignment: 1
  94. -- font id: 0
  95. -- text size: 12
  96. -- style flags: 0
  97. -- line height: 16
  98. -- part name: Return
  99. ----- HyperTalk script -----
  100. on mouseUp
  101.   visual wipe right
  102.   go cd id 7997
  103. end mouseUp
  104.  
  105.  
  106. -- part 21 (button)
  107. -- low flags: 00
  108. -- high flags: 0000
  109. -- rect: left=229 top=283 right=308 bottom=254
  110. -- title width / last selected line: 0
  111. -- icon id / first selected line: 15420 / 15420
  112. -- text alignment: 1
  113. -- font id: 0
  114. -- text size: 12
  115. -- style flags: 0
  116. -- line height: 16
  117. -- part name: Prev
  118. ----- HyperTalk script -----
  119. on mouseUp
  120.   send "arrowkey left" to this cd
  121. end mouseUp
  122.  
  123.  
  124. -- part 22 (button)
  125. -- low flags: 00
  126. -- high flags: 0000
  127. -- rect: left=273 top=283 right=308 bottom=298
  128. -- title width / last selected line: 0
  129. -- icon id / first selected line: 16560 / 16560
  130. -- text alignment: 1
  131. -- font id: 0
  132. -- text size: 12
  133. -- style flags: 0
  134. -- line height: 16
  135. -- part name: Next
  136. ----- HyperTalk script -----
  137. on mouseUp
  138.   send "arrowkey right" to this cd
  139. end mouseUp
  140.